Update all non-major dependencies - #33
Merged
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
July 24, 2025 16:32
b759776 to
f6ab909
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 25, 2025 04:14
f6ab909 to
7d39f14
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.1.0->7.1.12.25.1->2.26.02.8.11->2.8.125.36.13->5.36.167.0.5->7.0.64.25.1->4.26.0Release Notes
sveltejs/kit (@sveltejs/adapter-cloudflare)
v7.1.1Compare Source
Patch Changes
fix: support assets-only workers in wrangler validation (#14019)
Updated dependencies [
fda0165]:sveltejs/kit (@sveltejs/kit)
v2.26.0Compare Source
Minor Changes
feat: better type-safety for
page.route.id,page.params, page.url.pathname` and various other places (#13864)feat:
resolve(...)andasset(...)helpers for resolving paths (#13864)feat: Add
$app/typesmodule withAsset,RouteId,Pathname,ResolvedPathnameRouteParams<T>andLayoutParams<T>(#13864)v2.25.2Compare Source
Patch Changes
huntabyte/bits-ui (bits-ui)
v2.8.12Compare Source
Patch Changes
sveltejs/svelte (svelte)
v5.36.16Compare Source
Patch Changes
fix: don't update a focused input with values from its own past (#16491)
fix: don't destroy effect roots created inside of deriveds (#16492)
v5.36.15Compare Source
Patch Changes
v5.36.14Compare Source
Patch Changes
fix: keep input in sync when binding updated via effect (#16482)
fix: rename form accept-charset attribute (#16478)
fix: prevent infinite async loop (#16482)
fix: exclude derived writes from effect abort and rescheduling (#16482)
vitejs/vite (vite)
v7.0.6Compare Source
Bug Fixes
Miscellaneous Chores
Code Refactoring
cloudflare/workers-sdk (wrangler)
v4.26.0Compare Source
Minor Changes
#10016
c5b291dThanks @emily-shen! - Interactively handlewrangler deploys that are probably assets-only, where there is no config file and flags are incorrect or missing.For example:
npx wrangler deploy ./publicwill now ask if you meant to deploy a folder of assets only, ask for a name, set the compat date and then ask whether to write your choices out towrangler.jsonfor subsequent deployments.npx wrangler deploy --assets=./publicwill now ask for a name, set the compat date and then ask whether to write your choices out towrangler.jsonfor subsequent deployments.In non-interactive contexts, Wrangler will error as it currently does.
#9971
19794bfThanks @edmundhung! - Improved script source display on the pretty error screenPatch Changes
#9800
3d4f946Thanks @helloimalastair! - remove banner from r2 getobject in pipe mode#9910
7245101Thanks @dario-piotrowicz! - make sure that the ready-on message is printed after the appropriate runtime controller is readyfix the fact that when starting a local (or remote) dev session the log saying
Ready on http://localhost:xxxxcould be displayed before the runtime is actually ready to handle requests (this is quite noticeable when locally running dev sessions with containers, where the ready message currently gets displayed before the container images building/pulling process)#10031
823cba8Thanks @vicb! - wrangler and vite-plugin now depend upon the latest version of unenv-preset#10032
154acf7Thanks @dario-piotrowicz! - add support for containers in wrangler multiworker devcurrently when running
wrangler devwith different workers (meaning that the-c|--configflag is used multiple times) containers are not being included, meaning that trying to interact with them at runtime would not work and cause errors instead. The changes here address the above making wrangler correctly detect and wire up the containers.#9988
7fb0bfdThanks @penalosa! - Correctly labelmtlsremote bindings warningUpdated dependencies [
823cba8,19794bf,059a39e]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.